Conversation
agissept
force-pushed
the
pre-release/4.2.103
branch
from
September 26, 2026 03:09
43ba22b to
8d97dd4
Compare
agissept
force-pushed
the
pre-release/4.2.104
branch
from
September 26, 2026 03:09
aa0077e to
785d318
Compare
agissept
force-pushed
the
pre-release/4.2.103
branch
from
September 26, 2026 03:17
8d97dd4 to
935511a
Compare
agissept
force-pushed
the
pre-release/4.2.104
branch
from
September 26, 2026 03:17
785d318 to
e497ac9
Compare
v13 replaces the imperative Log\Writer (useFiles/useDailyFiles + log.setup closure)
with a config-driven LogManager (reads config/logging.php channels; PSR-3). v13
Log\{LogManager,Logger,LogServiceProvider} shadow the fork tree via PSR-4 seed
mechanism; the fork LogServiceProvider (Writer + log.setup) goes dead.
- composer: illuminate/log self.version -> ^13 (v13.33.0; monolog ^3 already on floor).
- registerCoreContainerAliases: 'log' -> Illuminate\Log\LogManager (was Log\Logger);
drop the dead Log\Writer BC alias (v13 has no Writer).
- Drop tests/Log/LogWriterTest.php (vendored-behavior: old Writer useFiles/getMonolog).
Fork suite 579 green. App must author config/logging.php (matched-pair).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
agissept
force-pushed
the
pre-release/4.2.103
branch
from
September 26, 2026 03:37
935511a to
1a1f69f
Compare
agissept
force-pushed
the
pre-release/4.2.104
branch
from
September 26, 2026 03:37
e497ac9 to
b1d543a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task 4.3 (L2 per-unit): swap
illuminate/log→^13. Stacked di atas #74 (4.2.103 config).Perubahan
illuminate/logreplace→require ^13(v13.33.0; monolog ^3 sudah di floor).Log\Writerimperatif (useDailyFiles/log.setup) dgnLogManagerconfig-driven;Writer→Logger,getMonolog()→getLogger(). v13Log\{LogManager,Logger,LogServiceProvider}shadow tree fork lewat PSR-4 seed-mechanism.registerCoreContainerAliases:'log'→Illuminate\Log\LogManager(dariLog\Logger); buang alias BCLog\Writeryang mati.tests/Log/LogWriterTest.php(vendored-behavior: WriteruseFiles/getMonolog).Fork suite 579 hijau.
App matched-pair: dicoding#5913. Commander fork juga dipatch (EventDispatcher
Writer→Logger, dbc73c2).